home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 52a / SSERVCD_52A.iso / Demos / DarkR / dkrdemo.exe / Dark Reign / DATA / DARK / SCENARIO / FIXED / M03F / M03F6.FSM < prev    next >
Text File  |  1997-10-27  |  264b  |  20 lines

  1.  
  2. ;
  3. ; FSM  Conditions for team 6
  4. ;
  5. DefineAICondTree()
  6. {
  7.   ;
  8.   ; Conditional State 
  9.   ;
  10.   DefineCondState()
  11.   {
  12.    
  13.     DefineCondition(1 0 0 0 "D")  
  14.           {          
  15.      CritTimer(900000) 
  16.         }   
  17.    
  18.    SetAlliance(1 1 1 1 1 1 2 1) 
  19.    }
  20. }